[Django] How to post to a facebook page

Posted by patrick on Stack Overflow See other posts from Stack Overflow or by patrick
Published on 2010-05-09T22:30:37Z Indexed on 2010/05/09 22:38 UTC
Read the original article Hit count: 277

Filed under:
|

Hi! I need to post a status update of one of my facebook page when I create a model into my django project, but I don't know how to do it using the new facebook graph api:

http://github.com/facebook/python-sdk/blob/master/src/facebook.py

can you explain to me how to do it?

Thanks in advance :)

© Stack Overflow or respective owner

Related posts about django

Related posts about facebook